home *** CD-ROM | disk | FTP | other *** search
- object frmPreferences: TfrmPreferences
- Left = 393
- Top = 212
- BorderStyle = bsDialog
- Caption = 'Preferences'
- ClientHeight = 303
- ClientWidth = 488
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 264
- Width = 473
- Height = 4
- Shape = bsTopLine
- end
- object SpeedButton1: TSpeedButton
- Left = 8
- Top = 8
- Width = 105
- Height = 25
- Caption = 'connection'
- OnClick = SpeedButton1Click
- end
- object BitBtn1: TBitBtn
- Left = 328
- Top = 272
- Width = 75
- Height = 25
- Caption = '&Save'
- ModalResult = 1
- TabOrder = 0
- end
- object BitBtn2: TBitBtn
- Left = 408
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object pHello: TPanel
- Left = 120
- Top = 8
- Width = 361
- Height = 249
- TabOrder = 2
- object Label1: TLabel
- Left = 292
- Top = 232
- Width = 64
- Height = 13
- Caption = 'CerberusNET'
- end
- end
- object pConnection: TPanel
- Left = 120
- Top = 8
- Width = 361
- Height = 249
- TabOrder = 3
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 67
- Height = 13
- Caption = 'Cerberus Host'
- end
- object Label3: TLabel
- Left = 8
- Top = 64
- Width = 64
- Height = 13
- Caption = 'Cerberus Port'
- end
- object Label4: TLabel
- Left = 8
- Top = 120
- Width = 151
- Height = 13
- Caption = 'Refresh Camera Display Interval'
- end
- object lCRefresh: TLabel
- Left = 168
- Top = 120
- Width = 55
- Height = 13
- Caption = '(2 seconds)'
- end
- object eCHost: TEdit
- Left = 8
- Top = 24
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object eCPort: TEdit
- Left = 8
- Top = 80
- Width = 81
- Height = 21
- TabOrder = 1
- end
- object tbCRefresh: TTrackBar
- Left = 8
- Top = 136
- Width = 337
- Height = 45
- Max = 60
- Min = 1
- Position = 1
- TabOrder = 2
- OnChange = tbCRefreshChange
- end
- end
- end
-